home *** CD-ROM | disk | FTP | other *** search
- /* event.h
- *
- * The event and error structures
- */
-
-
- #ifndef __EVENT__
- #define __EVENT__
-
- /****************************************************************/
- /* */
- /* Menu Data Structures */
- /* */
- /****************************************************************/
-
-
- /*
- * Constants
- */
-
- #define APPLMENU 128 /* Application Menu */
- #define ABOUTME 1 /* About Me */
-
- #define FILEMENU 129 /* File Menu */
- #define NEW 1
- #define CLOSE 2
- #define PREF 4
- #define QUIT 6
-
- #define EDITMENU 130 /* Edit Menu */
-
-
- #define WK_GAME 10 /* Window game closing */
-
- /****************************************************************/
-
-
- #endif
-